/*Í·²¿¿ªÊ¼*/

.Head_top{width:1600px;margin:0 auto;background:#f3f2f2;height:35px;}
.Head_text{width:960px;margin:0 auto;height:35px;}
.Head_text h1{font-size:13px;line-height:35px;color:#666;font-weight:normal;}


.t_bg{
    background:url("../images/t_bg.jpg") no-repeat center 0;
    height:213px;
}
.h_con{
    height:162px;
}
.h_con h1{
    float:left;
    padding:44px 34px 0 0;
    width:600px;
}
.h_con h1 a ,.h_con h1 img {
    display: block;
    width:auto;
    height:auto;
}
.h_con p{
    display: none;
    float:left;
    width:380px;
    margin-top:60px;
    font-size:16px;
    color:#909090;
    line-height:22px;
}
.h_con p b{
     display: none;
    font-size:24px;
    color:#b3945d;
    height:35px;
}
.h_con div{
    display:block;
    float: right;
    color:#a6a6a6;
    margin-top:43px;
    width:297px;
}
.h_con div em{
    display:block;
    overflow:hidden;
    height:36px;
    margin-bottom:15px;
}
.h_con div i{
    overflow:hidden;
    display:block;
    width:74px;
    float:right;

}
.h_con div i img{
    float:left;
}
.h_con div i span{
    width:28px;
    display:inline-block;
    float:left;
    padding:0 12px 0 5px;
}
.h_con div b{
    font-size:14px;
    font-weight:normal;
}
.h_con div b span{
    color:#b3945d;
    font-size:26px;
    padding-left:7px;
    font-weight:bold;
}

.h_nav ul {
    height:50px;
}
.h_nav ul li {
    float:left;
    height:50px;
    position: relative;
    width:120px;
    text-align:center;
}
.h_nav ul li a {
    display:block;
    color:#000;
    font-size:14px;
    text-align:center;
    height:50px;
    line-height: 50px;
    font-weight:bold;

}
.h_nav ul li a span {
    display:block;
    font-family:Arial;
    font-size:10px;
    color:#5d5d5d;
    padding:0;
    text-transform:uppercase;
    font-weight:normal;
}
.h_nav ul li a:hover {
    text-decoration:none;
}
.h_nav ul li:hover a,.h_nav ul li .cur{
    background:#2b73e2;
    color:#fff;
}
.h_nav ul li:hover a span,.h_nav ul li a.cur span{
    color:#fff;
}
.size {
    -webkit-transform:scale(0.7);
    -o-transform:scale(1);
    display:inline-block;
    padding:0;
    margin:0 -17px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .h_nav ul li a span { font-size:10px; padding:0;}
}
/********* 二级导航  ************/
.topPup {
    display: none;
    width:100%;
    background-color: #fff;
    position: absolute;
    top:50px;
    z-index: 999;
    /* padding:10px 0; */
}
.topPup a {
    padding:0 15px;
    display: block;
    color: #000;
    font-size: 14px;
    text-align: center;
    height: 35px;
    font-weight: bold;
}
.h_nav ul li:hover .topPup a{
    background: #fff;
    color:#000;
}
.h_nav ul li:hover .topPup a:hover{
    background: #b79866;
    color: #fff;
}

